using System;
using System;
using Object = UnityEngine.Object;

namespace RuntimeGizmos
{
    public static class ExtTransformType
    {
        public static bool TransformTypeContains(this TransformType mainType, TransformType type, TransformSpace space)
        {
            throw new NotImplementedException();
        }
    }
}